home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / library / mfssrgrp.lha / usergroup / config.h < prev    next >
C/C++ Source or Header  |  1992-09-02  |  685b  |  36 lines

  1. /*
  2.  * $Id: config.h,v 1.1 1994/01/19 10:06:29 ppessi Exp $
  3.  *
  4.  * Configuration 
  5.  *
  6.  * Copyright (c) 1993 Pekka Pessi
  7.  *
  8.  * Created      : Sun Nov 28 17:45:55 1993 ppessi
  9.  * Last modified: Tue Jan 18 11:24:13 1994 ppessi
  10.  *
  11.  * $Log: config.h,v $
  12.  * Revision 1.1  1994/01/19  10:06:29  ppessi
  13.  * Initial revision
  14.  *
  15.  * Revision 1.2  94/01/18  09:13:01  ppessi
  16.  * Compiler dependent configuration
  17.  * 
  18.  * Revision 1.1  93/11/30  03:16:45  ppessi
  19.  * Initial revision
  20.  * 
  21.  */
  22.  
  23. #ifdef __SASC
  24. #define ASM __asm 
  25. #define SAVEDS __saveds
  26. #define COMMON __far
  27. #define REG(x) register __ ## x
  28. #define USE_PRAGMAS 1
  29. /* Kludge */
  30. #else
  31. #error "Unsupported compiler"
  32. #endif
  33.  
  34. #define INTERNAL static
  35.  
  36.